home *** CD-ROM | disk | FTP | other *** search
-
-
-
- To replace the Smith Menu program with the freemenu program,
- do the following.
-
- 1) Copy only the freemenu to the directory that holds the
- Smithmnu program.
- 2) Use a word processor to change S-MENU.EXE to FREEMENU.EXE
- on the "SMITHMNU.BAT" program.
-
-
- To use freemenu only, copy everything from the DOC file to a
- directory on another disk. It is REQUIRED that you copy it
- to a bootable disk. Then with a word processor or menu
- program, change (or make) the "AUTOEXEC.BAT" file so that it
- calls "SMITHMNU". An example is below.
-
-
- echo off
- cls
- prompt $p$g
- smithmnu
-
-
-